My site does not appear to support SSL?
Installation and Configuration
Login as the admin user then go to
See if it gives you the OK response.
Your system check looks ok.
Try running the integrity check just to get it out of the way as a possible issue
ACP -> MODULES -> CORE -> SYSTEM CORE -> TOOLS -> INTEGRITY CHECK -> check all checkboxes -> RUN
jrCore_load_url is not important unless you want to look at the code yourself. if you do its in the util.php file in the jrCore module. What it does is important though, what it does is it tries to load that URL above over SSL and for you its failing. SOOOOOO...... its either
A: the page cant be loaded OR
B: the loading function isnt working.
Not sure which yet. If while logged in as the admin user you get the OK from that url above, then its probably the function not working. If that the case then its probably that your server does not have CURL functions enabled for php. In which case my suggestion will be contact the server company to see that it has all the needed functions.
BUT, i would have expected to see notice of that in the SYSTEM CHECK that you ran and it looks ok. so not sure.